home *** CD-ROM | disk | FTP | other *** search
- Short: Resource Tracking Library (incomplete yet)
- Author: digulla@fh-konstanz.de
- Uploader: digulla@fh-konstanz.de
- Type: dev/c
-
- This link library implements resource tracking for Amiga. Look at this:
-
- void * ptr;
- FILE * fptr;
-
- ptr = AllocMem (500, 0);
-
- /* some stuff */
-
- Close (ptr); /* just a typo */
-
- You will not only look memory, but may crash your whole machine. RTL now
- catches these problems and reports the error with filename and line. Just
- have a look at ResTrackLib/test.c which contains several test cases.
-
- This version does support almost all Exec-Stuff (Memory, Devices, etc) and
- Locks (DOS).
-
- Aaron "Optimizer" Digulla
-
-
- ============================= Archive contents =============================
-
- Original Packed Ratio Date Time Name
- -------- ------- ----- --------- -------- -------------
- 2648 796 69.9% 31-Jul-94 15:33:08 ResTrackLib/allocate.c
- 2130 690 67.6% 31-Jul-94 15:33:10 ResTrackLib/allocentry.c
- 2120 703 66.8% 31-Jul-94 15:33:10 ResTrackLib/allocmem.c
- 1652 540 67.3% 31-Jul-94 15:33:08 ResTrackLib/allocvec.c
- 761 283 62.8% 31-Jul-94 15:33:10 ResTrackLib/asl.c
- 1017 228 77.5% 31-Jul-94 15:33:08 ResTrackLib/clib.c
- 2047 686 66.4% 31-Jul-94 15:33:10 ResTrackLib/createport.c
- 1776 547 69.2% 31-Jul-94 15:33:08 ResTrackLib/graphics.c
- 1757 460 73.8% 31-Jul-94 15:33:10 ResTrackLib/lists.h
- 2319 838 63.8% 31-Jul-94 15:33:08 ResTrackLib/locks.c
- 1309 477 63.5% 31-Jul-94 15:33:10 ResTrackLib/open.c
- 6381 1234 80.6% 31-Jul-94 15:33:10 ResTrackLib/opendevice.c
- 851 374 56.0% 31-Jul-94 15:33:10 ResTrackLib/openlibrary.c
- 2316 777 66.4% 31-Jul-94 15:33:10 ResTrackLib/pools.c
- 21115 4091 80.6% 31-Jul-94 15:33:08 ResTrackLib/restrack.c
- 10222 2785 72.7% 31-Jul-94 15:33:10 ResTrackLib/restrack.h
- 16116 4700 70.8% 31-Jul-94 15:33:12 ResTrackLib/restrack.lib
- 5533 1487 73.1% 31-Jul-94 15:33:10 ResTrackLib/restrack_intern.h
- 2611 1204 53.8% 31-Jul-94 15:33:12 ResTrackLib/restrack_lib.doc
- 15300 4669 69.4% 31-Jul-94 15:33:12 ResTrackLib/restrackr.lib
- 2530 776 69.3% 31-Jul-94 15:33:08 ResTrackLib/test.c
- 42 38 9.5% 31-Jul-94 15:33:10 ResTrackLib/test.h
- -------- ------- ----- --------- --------
- 102553 28383 72.3% 10-Aug-94 10:01:04 22 files
-